home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1995 November
/
EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso
/
earcd
/
program
/
gcc
/
gcc270-d.lha
/
gnu
/
man
/
cat3
/
raise.0
< prev
next >
Wrap
Text File
|
1992-08-10
|
1KB
|
67 lines
RAISE(3) UNIX Programmer's Manual RAISE(3)
NNAAMMEE
rraaiissee - send a signal to the current process
SSYYNNOOPPSSIISS
##iinncclluuddee <<ssiiggnnaall..hh>>
_i_n_t
rraaiissee(_i_n_t _s_i_g)
DDEESSCCRRIIPPTTIIOONN
The rraaiissee() function sends the signal _s_i_g to the current process.
RREETTUURRNN VVAALLUUEESS
Upon successful completion, a value of 0 is returned. Otherwise, a value
of -1 is returned and the global variable _e_r_r_n_o is set to indicate the
error.
EERRRROORRSS
The rraaiissee() function may fail and set _e_r_r_n_o for any of the errors speci
fied for the library functions getpid(2) and kill(2).
SSEEEE AALLSSOO
kill(2)
SSTTAANNDDAARRDDSS
The rraaiissee() function conforms to ANSI C3.1591989 (``ANSI C'').
BSD Experimental June 29, 1991 1